home *** CD-ROM | disk | FTP | other *** search
/ Developer Source 7 / developer source - volume 7.iso / delph / aug96 / woodf104.gif < prev    next >
Graphics Interchange Format  |  1997-01-15  |  26KB  |  321x341  |  4-bit (16 colors)
Labels: text | screenshot | font | number | document
OCR: Attribute Meaning paValueList The editor can give a list of enumerated val- ues. The GetVolves method builds the list. poSubProperties The property is on object with subproporties that can display. The GetProperties method handles the subproperty lists. poDialog The editor con display a dialog box for edit- ing the entire property. The Edit method opens the dialog box. poMultiSelect The property should appear when the user selects multiple components. Most properly editors allow multiple selection. The notable exception is the editor for the Name property. poAutoUpdate Calls the SetValue method after each change in the value, rather than after the entire value is approved. paSortList The Object Inspector should sort the list of values alphabetically. paReadOnly The property is read-only in the Object Inspector. This is used for sets and fonts that the user cannot enter directly. Figure 4: Property editor attributes (from the Delphi online Help).